In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / AddCurveToPath3 Method

AddCurveToPath3 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(8)>

Function AddCurveToPath3( _

   ByVal X1 As Single, _

   ByVal Y1 As Single, _

   ByVal X2 As Single, _

   ByVal Y2 As Single, _

   ByVal X3 As Single, _

   ByVal Y3 As Single _

) As GdPictureStatus
[DispId(8)]

GdPictureStatus AddCurveToPath3( 

   float X1,

   float Y1,

   float X2,

   float Y2,

   float X3,

   float Y3

)
function AddCurveToPath3( 

    X1: Single;

    Y1: Single;

    X2: Single;

    Y2: Single;

    X3: Single;

    Y3: Single

): GdPictureStatus; 
DispIdAttribute(8)

function AddCurveToPath3( 

   X1 : float,

   Y1 : float,

   X2 : float,

   Y2 : float,

   X3 : float,

   Y3 : float

) : GdPictureStatus;
[DispId(8)]

GdPictureStatus AddCurveToPath3( 

   float X1,

   float Y1,

   float X2,

   float Y2,

   float X3,

   float Y3

) 
[DispId(8)]

GdPictureStatus AddCurveToPath3( 

   float X1,

   float Y1,

   float X2,

   float Y2,

   float X3,

   float Y3

) 

Parameters

X1
Y1
X2
Y2
X3
Y3
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members